home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue57 / Construc / Unit3.dfm < prev    next >
Encoding:
Text File  |  2000-04-04  |  669 b   |  30 lines

  1. object Form3: TForm3
  2.   Left = 192
  3.   Top = 107
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Form3'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object SocketConnection1: TSocketConnection
  17.     Address = '192.168.92.201'
  18.     Left = 104
  19.     Top = 80
  20.   end
  21.   object ClientDataSet1: TClientDataSet
  22.     Aggregates = <>
  23.     Params = <>
  24.     BeforeGetRecords = ClientDataSet1BeforeGetRecords
  25.     AfterGetRecords = ClientDataSet1AfterGetRecords
  26.     Left = 192
  27.     Top = 184
  28.   end
  29. end
  30.